﻿
/*轮播*/
#feature_list { position:relative;   overflow: hidden; }
#output  li {   }
#output span{ position:absolute; bottom:0px; left:0;  height:25px; line-height:25px; text-align:center; width:100%; }
#output .opacity{ background-color:#000; filter: alpha(opacity=60);opacity: 0.6;   }
#output .href a{ color:#fff;  }
#output img { width:1000px; height:280px;}

#tabs { position:absolute; bottom:12px; right:13px; text-align:center;  } 
#tabs li { float:left; margin-right:3px;}
#tabs a { padding:1px 5px; display:block; width:80px; height:8px; background-color:#fff;color:#0671b5; outline: none; text-decoration:none;}
#tabs a.current {  background-color:#de001d; font-weight:bold;}
